getPolygonsAtCoordinate

abstract fun getPolygonsAtCoordinate(    coord: MPIMap.MPICoordinate,     options: MPIOptions.GetPolygonsAtCoordinate? = null,     polygonsCallback: (List<MPINavigatable.MPIPolygon>?) -> Unit)

Gets a list of polygons by screen coordinates

Parameters

x

The x coordinate based off WebView dimensions

y

The y coordinate based off WebView dimensions

options

A set of options for finding polygons